﻿@charset "UTF-8";
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
    margin: 0px;
}

input, button, ul, ol {
    margin: 0px;
    padding: 0px;
}

body, input, button, form {
    font-size: 14px;
    line-height: 28px;
    font-family: "microsoft yahei", "宋体", "Arial";
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img, iframe {
    border: 0px;
}

em, i {
    font-style: normal;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

a {
    color: #434343;
    text-decoration: none;
}

a:hover {
    color: #e60212;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease,
.ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease,
.noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* CSS Document */

/* Pages Main Tyle */
.pages {
    float: right;
    color: #000000;
    cursor: default;
    font-size: 12px;
    font-family: Tahoma, Verdana;
    padding: 3px 0px 3px 0px;
}

/*
.pages .count, .pages .number, .pages .arrow {
	color: #fff;
	font-size: 12px;
	background-color: #F7F7F7;
	border: 1px solid #CCCCCC;
}
*/
/* Page and PageCount Style */
.pages .count {
    float: left;
    width: 80px;
    height: 20px;
    color: #000;
    background-color: #e5e5e5;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    margin: 8px 5px 2px 5px !important;
    margin: 5px 5px 5px 5px;
}

/* Mode 0,1,2 Style (Number) */
.pages .number {
    float: left;
    font-family: Verdana, Tahoma;
    font-weight: normal;
    padding: 2px 10px 1px 10px !important;
    padding: 0px 10px 0px 10px;
}

.pages .number a {
    font-family: Verdana, Tahoma;
    font-size: 12px;
    text-decoration: none;
    line-height: 20px;
}

.pages .number span {
    float: left;
    color: #000000;
    width: 20px;
    height: 20px;
    background-color: #d5d5d5;
    margin: 5px 5px 5px 5px;
    text-align: center;
}

.pages .number a:hover {
    border: 0px none;
}

.pages .number a span {
    cursor: pointer;
    float: left;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #696969;
    margin: 5px 5px 5px 5px;
    text-align: center;
}

.pages .number a:hover span {
    cursor: pointer;
    float: left;
    color: #fff;
    width: 20px;
    height: 20px;
    background-color: #696969;
    margin: 5px 5px 5px 5px;


}

/* Mode 3 Style (Arrow) */
.pages .arrow {
    font-weight: normal;
    padding: 0px 5px 0px 5px;
}

.pages .arrow a, .pages .arrow span {
    font-size: 12px;
    font-family: Webdings;
}

.pages .arrow span {
    color: #999999;
    margin: 0px 5px 0px 5px;
}

.pages .arrow a {
    color: #000000;
    text-decoration: none;
}

.pages .arrow a:hover {
    color: #0000ff;
    text-decoration: none;
}


/* Mode 4 Style (Select) */
.pages select, .pages input {
    color: #000000;
    font-size: 12px;
    font-family: Tahoma, Verdana;
}


/* Mode 5 Style (Input) */
.pages .input input.ititle, .pages .input input.itext, .pages .input input.icount {
    color: #666666;
    font-weight: bold;
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    margin: 5px 0px 5px 0px;
    padding-bottom: 2px !important;
}

.pages .input input.ititle {
    width: 70px;
    height: 20px;
    text-align: right;
    border-right: none;
}

.pages .input input.itext {
    width: 25px;
    height: 20px;
    color: #000000;
    text-align: right;
    border-left: none;
    border-right: none;
}

.pages .input input.icount {
    width: 35px;
    height: 20px;
    text-align: left;
    border-left: none;
}

.pages .input input.ibutton {
    color: #FFFFFF;
    font-weight: bold;
    font-family: Verdana;
    background-color: #999999;
    border: 1px solid #666666;
    cursor: hand;
    height: 20px;
    margin: 5px 0px 5px 0px;
}


.pages .number span {
    font-family: "Verdana", "Tahoma";
    font-size: 12px;
    text-decoration: none;
    line-height: 20px;
}

<!--
.popupdiv {
    border: 2px solid #eee;
    text-align: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
}

#popupbg {
    background: #000;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
    opacity: 0.3;
    filter: Alpha(opacity=30);
}

#loginFram, #policyfailedFram, #loginfailedFram, #errorFram {
    width: 539px;
}

#quoteFram {
    width: 645px;
}

#quotefailedFram {
    width: 460px;
}

.win460 {
    width: 460px;
}

.win645 {
    width: 645px;
}

.win_in {
    border: 1px solid #999;
}

.win_in h4 {
    background-color: #eee;
    border-bottom: 1px solid #fff;
    padding-left: 16px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}

.win_info {
    background-color: #fff;
    border-top: 1px solid #D8D8D8;
    height: 183px;
}

.win_info h3 {
    background: url('../images/win_pic_print01.gif') no-repeat 34px center;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #333;
    padding-left: 90px;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px
}

.win_info p {
    line-height: 20px;
    color: #333;
    margin-bottom: 20px;
}

.win_info ul {
    margin-bottom: 25px;
}

.win_info ul li {
    background: url('../images/insured_pic_print01.gif') no-repeat left 8px;
    padding-left: 12px;
    line-height: 20px;
    color: #333
}

.win_img {
    padding-left: 16px;
}

.win_top {
    background-color: #eee;
    border-bottom: 1px solid #fff;
    height: 28px;
    width: 539px;
}

.win_top h2 {
    padding-left: 16px;
    color: #333;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    float: left;
}

.win_top span {
    float: right;
    text-align: right;
    padding-right: 16px;
    height: 28px;
    line-height: 28px;
}

.win_tab {
    margin-bottom: 25px;
}

.win_tab td {
    height: 25px;
    padding: 0 10px;
    line-height: 25px;
    color: #333;
}

.win_m {
    padding-top: 20px;
}

.win_table, .win_notes {
    background-color: #fff;
    border-top: 1px solid #D8D8D8;
}

.win_table {
    padding: 5px 25px 30px 25px;
}

.win_notes {
    padding: 20px 25px 30px 25px;
}

.win_notes p {
    line-height: 24px;
}

.win_notes h1 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    padding: 25px 0;
}

.win_notes h2 {
    color: #FF8400;
    font-size: 12px;
    font-weight: bold;
    line-height: 32px;
}

.win_right {
    text-align: right;
    color: #333;
}

.win_box, .win_box1 {
    border: 1px solid #B2B2B2;
}

.win_box {
    padding: 15px 24px;
    margin-bottom: 18px;
}

.win_box1 td {
    padding: 6px;
}

.win_left {
    margin-left: 84px;
}

.win_mb {
    margin-bottom: 20px;
}

.colorgra {
    color: #666;
    text-decoration: underline;
}

.line {
    background: url('../images/win_pic_print02.gif') repeat-x left top;
}

.ulline {
    background: url('../images/win_pic_print02.gif') repeat-x left bottom;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.ulline li {
    line-height: 36px;
}

.colorgorg30 {
    font-size: 30px;
    color: #FF8400;
}

.indent {
    text-indent: 2em
}

.indent1 {
    text-indent: 42px;
}

.colorgorgp {
    color: #FF8400;
    font-weight: bold;
    padding: 5px 0;
    text-indent: 2em
}

.hidden {
    display: none;
}

.show {
    display: block;
}

-->

#index_top {
    background-color: #f3f3f3;
}

.list_1 {
    height: 35px;
    color: #777;
    font-size: 12px;
    line-height: 35px;
    text-align: left;
}

.list_2 {
    text-align: right;
    color: #777;
}

.list_2 span {
    margin-left: 8px;
}

.list_2 span.split {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #777;
    vertical-align: middle;
    margin-left: 8px;
}

#top_1 {
    margin-left: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 5px;
}

#top_2 {
    text-align: center;
    color: #FFF;
    font-size: 24px;
    font-weight: bold;
}

#top_3 {
    text-align: center;
    color: #e60212;
    font-size: 24px;
    font-weight: bold;
}


/*网站导航*/
.nav_main {
    width: 100%;
    height: 60px;
    background: #2b2b2b;
    position: relative;
    z-index: 3;
    font-family: "微软雅黑";
}

.nav_main .nav {
    width: 1200px;
    margin: 0 auto;
}

.nav_main .nav li {
    float: left;
    width: 133px;
    line-height: 60px;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
    text-align: center;
    transition: all .5s;
}

.nav_main .nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.nav_main .nav li:hover, .nav_main .nav li.hover {
    background: #e60212;
}

.nav_main .nav dl {
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 12;
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}

.nav_main .nav dl {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav dl dd {
    line-height: 44px;
    height: 44px;
    text-align: left;
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
    border-top: 1px solid #1b1b1b;
}

.nav_main .nav dl dd:first-child {
    border: none;
}

.nav_main .nav dl dd a {
    color: #fff;
    font-size: 14px;
    padding: 0;
    background: #2b2b2b;
    text-align: center;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(left, #e60212, #e60212);
    background-image: linear-gradient(to right, #e60212, #e60212);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-size: 0% 100%;
}

.nav_main .nav dl dd a:hover {
    background-size: 100% 100%;
    color: rgba(255, 255, 255, 0.9999);
    background: #e60212;
}

/*网站大图*/
#banner_main {
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
}

#banner_main .banner {
    height: 500px;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner, .banner ul {
    max-height: 500px;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner li:first-child {
    display: block;
}

.banner li img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

#banner .tip {
    width: 1000px;
    height: 12px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 20px;
    z-index: 3;
}

#banner .tip span {
    width: 10px;
    height: 10px;
    margin: 0 7px;
    display: inline-block;
    cursor: pointer;
    background: #fff;
    border: 1px solid #fff;
    transition: all .5s;
}

#banner .tip span.cur {
    background: #e60212;
}

#banner #btn_prev, #banner #btn_next {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: #000 url(../images/arrows.png) center no-repeat;
    z-index: 5;
    opacity: 0;
}

#banner #btn_prev {
    background-position: -3px;
    left: 4%;
}

#banner #btn_next {
    background-position: -37px;
    right: 4%;
}

#banner:hover #btn_prev, #banner:hover #btn_next {
    opacity: 0.5;
}


/*搜索栏*/
.search_main {
    height: 60px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-bottom: 1px dashed #d9d9d9;
}

.search_main .skey {
    float: left;
    line-height: 60px;
    padding-left: 20px;
    background: url(../images/huo.png) no-repeat left center;
}

.search_main .skey p {
    font-size: 14px;
    color: #2b2b2b;
    line-height: 60px;
}

.search_main .skey p a {
    display: inline-block;
    font-weight: normal;
    color: #777777;
    margin: 0 5px;
    line-height: 15px;
}

.search_main .skey p a:last-of-type {
    border-right: none;
}

.search_main .skey p a:hover {
    color: #e60212;
}

.search_main .search_form {
    float: right;
    width: 310px;
    height: 40px;
    overflow: hidden;
    background: #f3f3f3;
    border-radius: 5px;
    position: relative;
    margin-top: 10px;
    position: relative;
}

.search_main .search_form input {
    background-color: none;
    border: none;
    outline: none;
}

.search_main .search_form .stxt {
    width: 260px;
    height: 40px;
    line-height: 28px;
    display: block;
    text-indent: 10px;
    color: #777;
}

.search_main .search_form .sbtn {
    width: 50px;
    height: 40px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background: url(../images/sou.png) center no-repeat;
}

/*首页标题*/
.index .in_title {
    color: #2b2b2b;
    text-align: center;
    padding-top: 60px;
}

.index .in_title h3 {
    font-size: 48px;
    line-height: 60px;
    font-weight: bold;
}

.shixian_1 {
    width: 100%;
    height: 1px;
    background: #e60212;
    float: left;
}

.shixian_2 {
    width: 100%;
    height: 1px;
    background: #e60212;
    float: right;
}

.index .in_title h3 b {
    color: #e60212;
}

.index .in_title p {
    display: block;
    font-size: 16px;
    letter-spacing: 5px;
    margin-top: 3px;
}

/*产品中心*/
.index .product {
    padding-bottom: 45px;
    background: #f3f3f3;
}

.index .product .cpter {
    height: 110px;
    padding-top: 15px;
    position: relative;
    z-index: 3;
}

.index .product .cpterft {
    background: url(../images/cp02.png) no-repeat center center;
    width: 280px;
    height: 100px;
    float: left;
}

.index .product .cpterft P {
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    text-indent: 98px;
    margin-top: 25px;
}

.index .product .cpterft span {
    display: block;
    font-size: 12px;
    color: #f3a4a7;
    text-indent: 98px;
}

.index .product .cpter ul {
    float: left;
    width: 920px;
}

.index .product .cpter ul li {
    float: left;
    margin-left: 10px;
    position: relative;
    margin-bottom: 10px;
}

.index .product .cpter ul li > a {
    display: block;
    width: 174px;
    height: 45px;
    background: #2b2b2b;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
}

.index .product .cpter ul li > a:hover {
    background: #e60212;
}

.index .product .cpter ul li > div {
    width: 174px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 1000;
}

.index .product .cpter ul li > div {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.index .product .cpter ul li > div:before {
    content: '';
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent #333 transparent;
    border-width: 10px;
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -10px;
}

.index .product .cpter ul li > div > a {
    background: #2b2b2b;
    display: block;
    width: 174px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #222;
}

.index .product .cpter ul li > div > a:nth-child(1) {
    margin-top: 10px;
}

.index .product .cpter ul li:hover div {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.index .product .cpter ul li > div > a:hover {
    background: #e60212;
}

.index .product .cpter ul li.cpp1 > a {
    background: #e60212;
}

.index .product .list {
    width: 100%;
}

.index .product .list li {
    position: relative;
    float: left;
    width: 385px;
    margin-top: 30px;
    margin-right: 15px;
    background: #ececec;
    transition: all .5s;
}

.index .product .list li:nth-child(3n) {
    margin-right: 0;
}

.index .product .list li a {
    display: block;
}

.index .product .list li .img {
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.index .product .list li .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.index .product .list li .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/more.png) center no-repeat;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: all .5s;
}

.index .product .list li .bg h3 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-top: 180px;
}

.index .product .list li:hover .bg {
    opacity: 1;
}

.index .product .list li:hover .img img {
    transform: scale(1.1);
}

/*小banner*/
.index .xbanner {
    height: 250px;
    background: url(../images/xbanner.jpg) center no-repeat;
}

.index .xbanner .in_title {
    color: #fff;
    padding-top: 50px;
}

.index .xbanner .in_title h3 {
    position: relative;
}

.index .xbanner .in_title h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 1px;
    background: #fff;
}

.index .xbanner .in_title p {
    letter-spacing: 0;
    padding-bottom: 20px;
}

.index .xbanner .in_title p span {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.index .xbanner a {
    display: block;
    width: 170px;
    height: 40px;
    margin: auto;
    background: #e60212;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #fff;
}

.index .xbanner a:hover {
    background: #fff;
    color: #e60212;
}


/*四大优势*/
.index .advantage {
    max-width: 1920px;
    padding-bottom: 50px;
    background: #f3f3f3;
    margin: auto;
}

.index .advantage ul {
    margin-top: 50px;
}

.index .advantage ul li {
    height: 250px;
    margin-bottom: 30px;
}

.index .advantage ul li:nth-child(2n) .txt {
    float: right;
}

.index .advantage ul li:nth-child(2n) .img {
    float: left;
}

.index .advantage ul li .img {
    width: 560px;
    height: 250px;
    float: right;
}

.index .advantage ul li .img img {
    width: 100%;
    height: 100%;
}

.index .advantage ul li .txt {
    position: relative;
    width: 560px;
    height: 250px;
    float: left;
}

.index .advantage ul li .txt i {
    position: absolute;
    top: 58px;
    display: block;
    width: 55px;
    height: 78px;
    color: #fff;
    font-size: 28px;
    line-height: 70px;
    font-weight: bold;
    text-align: center;
    background: #e60212;
}

.index .advantage ul li .txt i:after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -13px;
    width: 26px;
    height: 2px;
    background: #fff;
}

.index .advantage ul li .txt h3 {
    margin-left: 74px;
    font-size: 24px;
    color: #2b2b2b;
    font-weight: bold;
    margin-top: 58px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #2b2b2b;
}

.index .advantage ul li .txt p {
    margin-left: 74px;
    margin-top: 12px;
    height: 90px;
    color: #777;
    line-height: 30px;
    text-align: justify;
}

.index .advantage ul li .txt p span {
    color: #e60212;
    font-weight: bold;
}

.youshi_shuzi {
    font-size: 28px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.youshi_xian {
    width: 50%;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    margin-top: 15px;
}

.youshi_name {
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.youshi_xuxian {
    width: 100%;
    height: 0;
    border-bottom: #000 1px dashed;
}

.youshi_jianjie {
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}


/*关于我们*/
.index .about {
    padding-bottom: 50px;
    background: url(../images/about_bg.jpg) center top no-repeat;
}

.index .about .text {
    padding-top: 30px;
}

.index .about .text .con {
    width: 580px;
}

.index .about .text .con h3 {
    font-size: 26px;
    line-height: 30px;
    color: #2b2b2b;
}

.index .about .text .con p {
    color: #818181;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-top: 20px;
    height: 240px;
    overflow: hidden;
}

.index .about .text .con a {
    display: block;
    width: 140px;
    height: 40px;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #cbcbcb;
    margin-top: 28px;
}

.index .about .text .con a:hover {
    color: #fff;
    background: #e60212;
    border: 1px solid #e60212;
}

.index .about .text .img {
    width: 590px;
    height: 360px;
    overflow: hidden;
}

.index .about .text .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.index .about .text .img:hover img {
    transform: scale(1.1);
}


/*客户案例*/
.index .case {
    max-width: 1920px;
    padding-bottom: 50px;
    background: #f3f3f3;
    margin: auto;
}

.index .case .tab {
    text-align: center;
    padding-top: 40px;
}

.index .case .tab a {
    padding: 0 16px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    margin: 5px;
    color: #fff;
    background: #2b2b2b;
}

.index .case .tab a:hover {
    background: #e60212;
}

.index .case .proCase {
    position: relative;
    padding-top: 40px;
}

.index .case .proCase .bd {
    overflow: hidden;
}

.index .case .proCase .list {
    width: 105%;
}

.index .case .proCase .list li {
    position: relative;
    display: block;
    float: left;
    width: 370px;
    margin-right: 42px;
    border: 1px solid #f1f1f1;
    background: #fff;
    transition: all .5s;
}

.index .case .proCase .list li a {
    display: block;
}

.index .case .proCase .list li .img {
    position: relative;
    width: 370px;
    height: 278px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.index .case .proCase .list li .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.index .case .proCase .list li .img .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .5s;
}

.index .case .proCase .list li .img .mask .see {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.index .case .proCase .list li .img .mask .see:before, .index .case .proCase .list li .img .mask .see:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s;
}

.index .case .proCase .list li .img .mask .see:after {
    top: 0;
}

.index .case .proCase .list li .tit {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 10px;
    box-sizing: border-box;
}

.index .case .proCase .list li .tit h3 {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    transition: all .5s;
}

.index .case .proCase .list li .tit p {
    color: #777;
    line-height: 20px;
    text-align: justify;
    padding: 10px 0;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.index .case .proCase .list li .tit span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 38px;
    color: #777;
}

.index .case .proCase .list li .tit span i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    display: block;
    width: 24px;
    height: 8px;
    background: url(../images/you.png) no-repeat;
}

.index .case .proCase .list li:hover .img img {
    transform: scale(1.1);
}

.index .case .proCase .list li:hover .img .mask {
    opacity: 1;
}

.index .case .proCase .list li:hover .img .mask .see:before, .index .case .proCase .list li:hover .img .mask .see:after {
    width: 10%;
}

.index .case .proCase .list li:hover .tit h3 {
    color: #e60212;
}

.index .case .proCase .hd {
    position: absolute;
    width: 100%;
}

.index .case .proCase .hd span {
    position: absolute;
    top: -240px;
    display: block;
    width: 25px;
    height: 50px;
    cursor: pointer;
}

.index .case .proCase .hd .prev {
    left: -80px;
}

.index .case .proCase .hd .next {
    right: -80px;
}

.index .case .proCase .hd .prev:after, .index .case .proCase .hd .prev:before,
.index .case .proCase .hd .next:after, .index .case .proCase .hd .next:before {
    content: "";
    display: block;
    position: absolute;
    top: 19px;
    width: 30px;
    height: 2px;
    background: #616161;
    transition: all .5s;
}

.index .case .proCase .hd .prev:after, .index .case .proCase .hd .next:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.index .case .proCase .hd .prev:before, .index .case .proCase .hd .next:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.index .case .proCase .hd .prev:after {
    top: 34px;
}

.index .case .proCase .hd .prev:before {
    top: 14px;
}

.index .case .proCase .hd .next:after {
    right: 0;
    top: 14px;
}

.index .case .proCase .hd .next:before {
    right: 0;
    top: 34px;
}

.index .case .proCase .hd .prev:hover:after, .index .case .proCase .hd .prev:hover:before,
.index .case .proCase .hd .next:hover:after, .index .case .proCase .hd .next:hover:before {
    background: #e60212;
}

.index .case .more {
    margin-top: 50px;
    text-align: center;
}

.index .case .more a {
    position: relative;
    display: inline-block;
    width: 240px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #cbcbcb;
    background: #fff;
    color: #666;
    transition: all .5s;
}

.index .case .more a:hover {
    color: #fff;
    border-color: #e60212;
    background: #e60212;
    box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}


/*新闻中心*/
.index .inews {
    padding: 50px 0;
}

.index .news {
    width: 383px;
    margin-right: 17px;
    float: left;
}

.index .news:nth-child(3n) {
    margin-right: 0;
}

.index .inews .title {
    width: 100%;
    height: 39px;
    line-height: 39px;
    margin-bottom: 20px;
    border-bottom: 1px solid #434343;
}

.index .inews .title h3 {
    display: inline-block;
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding-right: 20px;
    border-bottom: 3px solid #434343;
}

.index .inews .title h3 s {
    position: relative;
    width: 4px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
    background: #e60212;
}

.index .inews .title h3 span {
    font-weight: normal;
}

.index .inews .title a {
    color: #434343;
}

.index .inews .item {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d4d4d4;
}

.index .inews .item img {
    width: 100px;
    height: 75px;
    float: left;
    display: block;
    margin-right: 20px;
}

.index .inews .item h3 {
    color: #333;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .5s;
}

.index .inews .item .txt {
    line-height: 20px;
    height: 40px;
    text-align: justify;
    overflow: hidden;
    color: #999999;
}

.index .inews .item:hover h3 {
    color: #e60212;
}

.index .inews .list {
    line-height: 55px;
}

.index .inews .list li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    border-bottom: 1px dashed #dbdbdb;
}

.index .inews .list li a {
    width: 100%;
    display: block;
}

.index .inews .list li .time {
    color: #c5c5c5;
    float: right;
    font-weight: normal;
}

.index .inews .faq {
    height: 375px;
    overflow: hidden;
}

.index .inews .faq li {
    width: 100%;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px dashed #dbdbdb;
}

.index .inews .faq li a {
    display: block;
}

.index .inews .faq li i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    background: #434343;
    border-radius: 5px;
}

.index .inews .faq li h3 {
    position: relative;
    color: #434343;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 30px;
}

.index .inews .faq li p {
    position: relative;
    color: #707070;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin-top: 4px;
    overflow: hidden;
    padding-left: 30px;
}

.index .inews .faq li p i {
    background: #e60212;
    top: 1px;
}


.contact_map {
    width: 100%;
    height: 439px;
    background: url(../images/contact_bg.jpg) no-repeat center top;
    padding-top: 60px;
}

.contact_map .title {
    height: 44px;
    padding-bottom: 40px;
    width: 35%;
}

.contact_map .title div {
    display: inline-block;
    height: 44px;
    position: relative;
    line-height: 100%;
    font-size: 30px;
    color: #fff;
    border-bottom: 1px solid #DDDDDD;
}

.contact_map .title div i {
    color: #e60212;
}

.contact_map .title div:before {
    content: '';
    width: 58px;
    height: 3px;
    background-color: #e60212;
    position: absolute;
    bottom: -1px;
    left: 0px;
}

.contact_map .contact {
    float: left;
    width: 410px;
    height: 269px;
    padding: 28px 0px 18px 120px;
    background: rgba(230, 2, 18, .8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BD1119, endColorstr=#BD1119);
}

.contact_map .contact h3 {
    line-height: 100%;
    font-size: 24px;
    color: #FFF;
    height: 44px;
    position: relative;
    margin-bottom: 15px;
}

.contact_map .contact h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 47px;
    background-color: #fff;
    height: 2px;
}

.contact_map .contact p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}

.contact_map .book {
    float: right;
    width: 550px;
    height: 295px;
    background: rgba(230, 2, 18, .8);
    padding: 20px 0px 0px 40px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#BD1119, endColorstr=#BD1119);
}

.contact_map .book div {
    position: relative;
}

.contact_map .book .name, .contact_map .book .phone {
    display: block;
    width: 250px;
    height: 40px;
    float: left;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff, endcolorstr=#4cffffff);
    margin-bottom: 20px;
    border-radius: 3px;
}

.contact_map .book div input, .contact_map .book div textarea, .contact_map .book button {
    font-family: "microsoft yahei";
    border: 0;
    padding: 0;
    outline: none;
}

.contact_map .book div input {
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-indent: 15px;
    color: #fff;
    font-size: 14px;
    background-color: transparent;
}

.contact_map .book .liuyan {
    display: block;
    width: 520px;
    height: 143px;
    float: left;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4cffffff, endcolorstr=#4cffffff);
    border-radius: 3px;
}

.contact_map .book div textarea {
    width: 516px;
    height: 143px;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    background-color: transparent;
    text-indent: 15px;
}

.contact_map .book div input::-webkit-input-placeholder, .contact_map .book div textarea::-webkit-input-placeholder {
    color: #fff;
}

.contact_map .book button {
    display: block;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: left;
    margin-right: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D75761, endcolorstr=#D75761);
    margin-bottom: 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: all .5s;
}

.contact_map .book button:hover {
    background-color: #333;
}


/*网站底部*/
.footer {
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8000000, endcolorstr=#c8000000);
    background-image: url(../images/contact_bg.jpg);
    background-position: center -499px;
}

.footer .foot_bg {
    width: 100%;
    height: 95px;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
}

.footer .foot_bg .fnav {
    height: 30px;
    margin-top: 32.5px;
    position: relative;
}

.footer .foot_bg .fnav li {
    float: left;
    margin-right: 35px;
    line-height: 30px;
    position: relative;
}

.footer .foot_bg .fnav li:before {
    content: '';
    position: absolute;
    right: -20px;
    top: 6.5px;
    width: 1px;
    height: 17px;
    background-color: #A0A0A0;
}

.footer .foot_bg .fnav li a {
    font-size: 16px;
    color: #A0A0A0;
    line-height: 30px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.footer .foot_bg .fnav li a:hover {
    color: #e60212;
}

.footer .foot_bg .weixin {
    height: 95px;
    position: relative;
}

.footer .foot_bg .weixin span {
    display: block;
    height: 30px;
    margin-top: 32.5px;
    padding-right: 54px;
    background: url(../images/weixin.png) no-repeat right center;
    font-size: 16px;
    color: #A0A0A0;
    line-height: 30px;
    position: relative;
    z-index: 5;
    cursor: pointer;
}

.footer .foot_bg .weixin img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 2.5px;
    z-index: 3;
    right: 0px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: all .5s;
}

.footer .foot_bg .weixin span:hover + img {
    right: 130px;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.footer .foot_con_bg {
    width: 100%;
    background-color: #121212;
}

.footer .links {
    border-bottom: 1px solid #232323;
    padding: 10px 0px;
}

.footer .links span {
    display: inline-block;
    line-height: 180%;
    color: #A0A0A0;
    font-size: 14px;
    margin-right: 10px;
}

.footer .links a {
    display: inline-block;
    line-height: 180%;
    color: #3e3d3d;
    font-size: 12px;
    margin-right: 10px;
}

.footer .links a:hover {
    color: #e60212;
}

.footer .copyr {
    height: 100px;
    line-height: 35px;
    color: #A0A0A0;
    font-size: 14px;
    text-align: center;
}

.footer .copyr a {
    color: #A0A0A0;
}


/*浮动客服*/
.toolbar {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}

.toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #e60212;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.toolbar dd:first-child {
    margin-top: 0;
}

.toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(../images/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
    background-position-y: 0;
}

.toolbar dd.tel i {
    background-position-y: -30px;
}

.toolbar dd.code i {
    background-position-y: -60px;
}

.toolbar dd.top i {
    background-position-y: -90px;
}

.toolbar dd span {
    display: block;
    color: #fff;
}

.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    right: -220px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #e60212;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
    font-size: 18px;
    font-weight: bold;
}

.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #e60212;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -192px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #e60212;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #e60212;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd:hover {
    background: #333;
}

.toolbar dd.tel:hover .box {
    opacity: 1;
    right: 80px;
}

.toolbar dd.code:hover .box {
    opacity: 1;
    right: 80px;
}


/*******内页样式********/
.nybanner {
    width: 100%;
    position: relative;
    height: 500px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/nybanner.jpg);
}

.submian {
    padding: 30px 0;
}

.submian .sobtitle {
    height: 26px;
    line-height: 20px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: right;
}

.submian .sobtitle h3 {
    float: left;
    position: relative;
    height: 30px;
    color: #666;
    font-size: 18px;
    border-bottom: 2px solid #e60212;
}

.submian .sobtitle s {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    background: url(../images/locationico.png) no-repeat;
    vertical-align: middle;
}

.submian .sobtitle a {
    font-size: 14px;
    color: #666;
}

.submian .sobtitle a:hover {
    color: #e60212;
}

/*内页左侧*/
.submian .subleft {
    width: 250px;
}

.submian .subleft .title {
    height: 90px;
    background: #e60212;
    border-radius: 10px 10px 0 0;
}

.submian .subleft .title h2 {
    margin: 0 24px;
    padding-top: 15px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.submian .subleft .title h2 span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

/*栏目分页*/
.submian .subleft .lefta {
    margin-bottom: 20px;
}

.submian .subleft .lefta .comt {
    background: #f8f8f8;
    padding: 20px 20px 30px;
    border-radius: 0 0 10px 10px;
}

.submian .subleft .lefta .comt ul {
    border-top: 0;
}

.submian .subleft .lefta .comt ul li a {
    position: relative;
    display: block;
    color: #838383;
    font-size: 14px;
    line-height: 47px;
    border-bottom: 1px solid #ededed;
    transition: all .5s;
    overflow: hidden;
}

.submian .subleft .lefta .comt ul li a:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    font-family: 宋体;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #a4a4a4;
    border-radius: 50%;
    transition: all .5s;
}

.submian .subleft .lefta .comt ul li:hover a, .submian .subleft .lefta .comt ul li.hover a {
    color: #e60212;
}

.submian .subleft .lefta .comt ul li:hover a:after, .submian .subleft .lefta .comt ul li.hover a:after {
    background: #e60212;
}

.submian .subleft .lefta .comt ul li .boxlist {
    display: none;
}

.submian .subleft .lefta .comt ul li .boxlist li a {
    color: #838383;
    font-size: 12px;
    line-height: 35px;
    border-bottom: 0;
    padding-left: 10px;
}

.submian .subleft .lefta .comt ul li .boxlist li a:after {
    content: " ";
    left: 0;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #e60212;
}

.submian .subleft .lefta .comt ul li .boxlist li a:hover, .submian .subleft .lefta .comt ul li .boxlist li a.hover {
    color: #e60212;
}

.submian .subleft .lefta .comt ul li.hover .boxlist {
    display: block;
}

/*联系我们*/
.submian .leftnews .title {
    padding-left: 54px;
    font-weight: bold;
    font-size: 20px;
    line-height: 60px;
    height: 60px;
    color: #fff;
    background: #e60212 url(../images/phone.png) no-repeat 24px 19px;
}

.submian .leftnews .leftcont {
    padding: 30px 20px 15px;
    background: #464646;
    border-radius: 0 0 10px 10px;
}

.submian .leftnews .leftcont h2 {
    font-size: 16px;
    line-height: 16px;
    color: #acacac;
    padding-bottom: 6px;
}

.submian .leftnews .leftcont h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
    color: #e60212;
    border-bottom: 1px solid #545454;
}

.submian .leftnews .leftcont p {
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    padding: 5px 0;
    border-bottom: 1px solid #545454;
}

.submian .leftnews .leftcont p span {
    color: #acacac;
}

/*内页右侧*/
.submian .subright {
    width: 930px;
}

/*默认单页*/
.submian .Aboutpage {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
}

.submian .Aboutpage img {
    max-width: 100%;
}

.submian .Aboutpage .t {
    padding: 0 0 25px;
    color: #e60212;
    font-size: 18px;
}

.submian .contact .t1 {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    color: #333;
}

.submian .contact .t2 {
    color: #5f5f5f;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
}

.submian .contact .txt {
    width: 450px;
}

.submian .contact .txt h3 {
    color: #e60212;
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
}

.submian .contact .txt p {
    line-height: 37px;
}

.submian .contact .txt a {
    display: block;
    width: 210px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    background: #e60212;
    margin-top: 19px;
}

.submian .contact .txt a:hover {
    background: #333;
}

.submian .contact .img {
    width: 450px;
    height: 300px;
}

.submian .contact .img img {
    width: 100%;
    height: 100%;
}

/*文章列表*/
.submian .Newslist {
}

.submian .Newslist .list {
    padding-bottom: 20px;
}

.submian .Newslist .item {
    display: block;
    padding: 10px;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    transition: all .5s;
}

.submian .Newslist .item a {
    display: block;
}

.submian .Newslist .item .txt {
    width: 100%;
}

.submian .Newslist .item .txt h3 {
    font-size: 16px;
    line-height: 30px;
    transition: all .5s;
}

.submian .Newslist .item .txt .mark {
    color: #999;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
}

.submian .Newslist .item .txt .mark span {
    display: inline-block;
    padding-right: 18px;
}

.submian .Newslist .item .txt p {
    color: #999;
    line-height: 25px;
    text-align: justify;
    height: 50px;
    overflow: hidden;
}

.submian .Newslist .item .txt p span {
    display: inline-block;
    color: #e60212;
    padding-left: 10px;
}

.submian .Newslist .item a:hover .txt h3 {
    color: #e60212;
}

/*产品列表*/
.Prolist ul.list {
    float: left;
    width: 100%;
    padding-left: 0px;
}

.Prolist ul.list li.item {
    float: left;
    position: relative;
    width: 296px;
    margin-bottom: 20px;
    margin-right: 14px;
    background: #f6f6f6;
    transition: all .5s;
}

.Prolist ul.list li.item:nth-child(3n) {
    margin-right: 0;
}

.Prolist ul.list li.item a {
    display: block;
}

.Prolist ul.list li.item span {
    width: 100%;
    height: 45px;
    color: #555;
    text-align: center;
    display: block;
    line-height: 45px;
    transition: all .5s;
}

.Prolist ul.list li.item .img {
    width: 100%;
    height: 222px;
    overflow: hidden;
}

.Prolist ul.list li.item .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.Prolist ul.list li.item .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 222px;
    background: url(../images/more.png) center no-repeat;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: all .5s;
}

.Prolist ul.list li.item:hover .bg {
    opacity: 1;
}

.Prolist ul.list li.item:hover .img img {
    transform: scale(1.1);
}

/*图片列表*/
.Piclist ul.list {
    float: left;
    width: 100%;
}

.Piclist ul.list li {
    position: relative;
    display: block;
    float: left;
    width: 294px;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #f1f1f1;
    background: #fff;
    transition: all .5s;
}

.Piclist ul.list li:nth-child(3n) {
    margin-right: 0;
}

.Piclist ul.list li a {
    display: block;
}

.Piclist ul.list li .img {
    position: relative;
    width: 294px;
    height: 221px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
}

.Piclist ul.list li .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.Piclist ul.list li .img .mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .5s;
}

.Piclist ul.list li .img .mask .see {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.Piclist ul.list li .img .mask .see:before, .Piclist ul.list li .img .mask .see:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 1px;
    background: #fff;
    transition: all .5s;
}

.Piclist ul.list li .img .mask .see:after {
    top: 0;
}

.Piclist ul.list li .tit {
    position: relative;
    overflow: hidden;
    padding: 15px 15px 5px;
    box-sizing: border-box;
}

.Piclist ul.list li .tit h3 {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    transition: all .5s;
}

.Piclist ul.list li .tit p {
    color: #777;
    line-height: 20px;
    text-align: justify;
    padding: 10px 0;
    height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.Piclist ul.list li .tit span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 35px;
    color: #777;
}

.Piclist ul.list li .tit span i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    display: block;
    width: 24px;
    height: 8px;
    background: url(../images/you.png) no-repeat;
}

.Piclist ul.list li:hover {
    box-shadow: 0 3px 10px rgb(222, 222, 222);
}

.Piclist ul.list li:hover .img img {
    transform: scale(1.1);
}

.Piclist ul.list li:hover .img .mask {
    opacity: 1;
}

.Piclist ul.list li:hover .img .mask .see:before, .Piclist ul.list li:hover .img .mask .see:after {
    width: 10%;
}

.Piclist ul.list li:hover .tit h3 {
    color: #e60212;
}

/*留言表单*/
.formData {
    padding-bottom: 20px;
}

.formData .t2 {
    padding: 25px 0;
    color: #e60212;
    font-size: 24px;
}

.formData .item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 420px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e4e4e4;
    margin-right: 76px;
    margin-bottom: 45px;
    position: relative;
}

.formData .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #666;
}

.formData .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 18px;
}

.formData .item .txt {
    width: 350px;
    height: 56px;
    line-height: 56px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #666;
}

.formData .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}

.formData .item.mr0 {
    margin-right: 0;
}

.formData .msg-box {
    position: absolute;
    left: 0;
    top: 0px;
}

.formData .liuyan {
    width: 918px;
    height: 260px;
    border: 1px solid #e4e4e4;
    float: left;
}

.formData .liuyan label {
    text-align: right;
    display: block;
}

.formData .liuyan textarea {
    width: 908px;
    height: 234px;
    line-height: 35px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #333;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
}

.formData .bot {
    width: 100%;
}

.formData .sub {
    width: 232px;
    line-height: 52px;
    border: 2px solid #e60212;
    margin-right: 2px;
    text-align: center;
    background: #e60212;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.formData .sub:hover {
    background: none;
    color: #e60212;
}

.formData .yzm .txt {
    padding-left: 80px;
}

.formData .yzm img {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    border: 0px;
    display: block;
}

/*内容详情页*/
.submian .subright .conBox .ArticleTitle h1 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    font-weight: bold;
}

.submian .subright .conBox .ArticleMessage {
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.submian .subright .conBox .ArticleMessage span:first-child {
    margin-left: 0;
}

.submian .subright .conBox .ArticleMessage span {
    color: #999;
    margin-left: 14px;
    font-size: 12px;
}

.submian .subright .conBox .ArticleMessage .jiathis_style {
    float: left;
    margin-top: 5px;
}

.submian .subright .conBox #pic {
    width: max-content;
    margin: 20px auto;
    padding: 1px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.submian .subright .conBox #pic img {
    max-width: 800px;
}

.submian .subright .conBox .ArticleTencont {
    padding: 5px 0px 20px 0px;
    color: #666;
    font-size: 14px;
    line-height: 28px;
    text-align: justify;
    overflow: hidden;
}

.submian .subright .conBox .ArticleTencont img {
    max-width: 100%;
}

/*内容分页*/
.reLink {
    height: 38px;
    border: 1px solid #ddd;
    margin: 10px auto 10px;
    padding: 0px 10px;
}

.reLink .prevLink, .reLink .nextLink {
    height: 38px;
    line-height: 38px;
    color: #666;
}

.reLink .prevLink a, .reLink .nextLink a {
    height: 38px;
    line-height: 38px;
    color: #666;
}

.reLink .prevLink a:hover, .reLink .nextLink a:hover {
    color: #e60212;
}

.reLink .prevLink {
    float: left;
}

.reLink .nextLink {
    float: right;
}

#new_top {
    text-align: center;
    font-size: 24px;
    color: #000;
}

#new_date {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

#new_neirong {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

#new_fanhui {
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    color: #E60212;
    margin-top: 10px;
}

#search_top {
    margin-left: 10px;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
}

#search_name {
    margin-left: 10px;
    text-align: left;
}

#search_name_wu {
    margin-left: 10px;
    text-align: center;
    color: #666;
}

#jsq_name {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333;
}

#jsq_lie {
    margin: 0 auto;
    width: 300px;
    height: 45px;
    background: #e60212;
    border-radius: 10px;
    text-align: center;
    line-height: 45px;
    color: #FFF;
    font-size: 16px;
}

.pagination {
    float: right;
}

.pagination a {
    padding: 0 8px;
    background: #ccc;
    margin: 0 5px;
}